From: Jonathan Lebon Date: Fri, 4 May 2018 14:13:14 +0000 (-0400) Subject: lib/commit: Fix function name typo in docstring X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~205^2^2~9 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=589e97dc602f86f51a348da7d3c293520a3a80a0;p=ostree.git lib/commit: Fix function name typo in docstring Closes: #1575 Approved by: cgwalters --- diff --git a/src/libostree/ostree-repo-commit.c b/src/libostree/ostree-repo-commit.c index 2ddcf498..86ee5e30 100644 --- a/src/libostree/ostree-repo-commit.c +++ b/src/libostree/ostree-repo-commit.c @@ -1510,7 +1510,7 @@ devino_cache_lookup (OstreeRepo *self, * There is an upfront cost to creating this mapping, as this will scan the * entire objects directory. If your commit is composed of mostly hardlinks to * existing ostree objects, then this will speed up considerably, so call it - * before you call ostree_write_directory_to_mtree() or similar. However, + * before you call ostree_repo_write_directory_to_mtree() or similar. However, * ostree_repo_devino_cache_new() is better as it avoids scanning all objects. * * Multithreading: This function is *not* MT safe.